Papers with CVAE-based models
Diversity-aware Event Prediction based on a Conditional Variational Autoencoder with Reconstruction (D19-60)
Copied to clipboard
| Challenge: | Typical event sequences are important class of commonsense knowledge . previous work in event prediction uses sequence-to-sequence models . however, what can happen after a given event is usually diverse . |
| Approach: | They propose to incorporate a conditional variational autoencoder into seq2seq for its ability to represent diverse next events as a probabilistic distribution. |
| Outcome: | The proposed model outperforms deterministic models in terms of precision and recall . the proposed model is based on a conditional variational autoencoder . |
A Discrete CVAE for Response Generation on Short-Text Conversation (D19-1)
Copied to clipboard
| Challenge: | Neural conversation models are easy to generate bland and generic responses . however, their improvement of generating high-quality responses is still unsatisfactory . |
| Approach: | They propose to use a discrete latent variable with an explicit semantic meaning to improve the conditional variational autoencoder on short-text conversation. |
| Outcome: | The proposed model outperforms various kinds of generation models under automatic and human evaluations and generates more diverse and informative responses. |
Variational Autoregressive Decoder for Neural Response Generation (D18-1)
Copied to clipboard
| Challenge: | Existing variational Bayesian models generate responses from a single latent variable, which is not sufficient to model high variability in responses. |
| Approach: | They propose a conditional variable auto-encoder that sequentially introduces latent variables to condition the generation of each word in the response sequence. |
| Outcome: | Empirical results show that the proposed model improves on state-of-the-art models on Opensubtitle and Reddit datasets. |